7.6 OData Web API 5.6 beta1
The NuGet packages for OData Web API 5.6 beta1 are now available on the NuGet gallery.
Download this release
You can install or update the NuGet packages for OData Web API 5.6 beta1 using the Package Manager Console:
PM> Install-Package Microsoft.AspNet.OData -Version 5.6-beta1 -Pre
What’s in this release?
- Convention and Attribute Routing for Dynamic Property #319
- Support the odata.include-annotations. #90
- Support UnqualifiedNameCall in attribute routing. #280
- DateTime $filter and $orderby support. #293
Bug fix
#300: Function Date() doesn’t work with Linq To Entity.